ScriptProgressMode Enumeration | |
Specifies if progress is updated automatically in the
ScriptContainer or
if the script author has manually implement progress updates.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax public enum ScriptProgressMode
Members
| Member name | Description |
---|
| Automatic |
Indicates progress will not be updated by the script implementation.
|
| Manual |
Indicates progress will be updated manually by the author of the script.
|
See Also