ScriptProgressMode Enumeration |  |
Specifies if progress is updated automatically in the
ScriptContainer or
if the script author has manually implement progress updates.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic 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