Click or drag to resize

ScriptContainerMaximumSteps Property

Gets or sets the maximum number of steps the script performs. Used for providing progress.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public int MaximumSteps { get; set; }

Property Value

Int32
Remarks
By default, this is set to the number of available documents to the ScriptContext
See Also