/** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |ActionState | * | isAbstract|false | */ export declare enum EnumActionState { Idle = 0, Executing = 1, Done = 2 }