Click or drag to resize

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: 9.0.0.0-142fa9725
Syntax
C#
public enum ScriptProgressMode
Members
Member nameDescription
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