ScriptType Enumeration

Determines if a property of type Text/Script is either a condition, instruction or not known

Definition

Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum ScriptType

Members

Unknown0 
Condition1 
Instruction2 

See Also