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: 7.6.1.3-5cb5c356
Syntax
C#
public int MaximumSteps { get; set; }

Property Value

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