ScriptResult Class |
Namespace: MFiles.VAF
The ScriptResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | ScriptResult |
Parameter-less constructor required for COM Interop.
|
Name | Description | |
---|---|---|
![]() | AllowAutomaticStateTransition |
An output value that tells whether the automatic state transition is allowed.
|
![]() | ConditionsOK |
True if the state pre- or post conditions are met.
|
![]() | Error |
Indicates whether an error has occurred.
|
![]() | ErrorMessage |
Provides an error message if an error has occurred.
|
![]() | Exception |
The last exception to occur (if any).
|
![]() | Message |
Message that is passed to the scripting engine for MFScriptCancel.
|
![]() | NextStateID |
If automatic state transition is allowed then this output value contains the ID of the next state.
|
![]() | ScriptCancelled |
True if the execution of the script was cancelled.
|
![]() | ValidationOK |
True if the property validation was successful.
|
![]() | VaultExtensionMethodOutput |
Any output value that was set during the event.
|