Name | Description | |
---|---|---|
CMDScript Constructor | Default Constructor |
The following tables list the members exposed by CMDScript.
Name | Description | |
---|---|---|
CMDScript Constructor | Default Constructor |
Name | Description | |
---|---|---|
ContinueExecution | Defaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<int>) |
Name | Description | |
---|---|---|
AbortOnError | Should the activity abort if the script throws an unhandled exception or returns a non-zero exit code?. | |
DisplayName | (Inherited from System.Activities.Activity) | |
HomeDirectory | The working directory to execute the command script. | |
Id | (Inherited from System.Activities.Activity) | |
Result | (Inherited from System.Activities.Activity<int>) | |
ResultType | (Inherited from System.Activities.ActivityWithResult) | |
Script | The command script to be executed. This script is parsed at run time to replace standard JAMS tokens. |
Name | Description | |
---|---|---|
AbortOnTaskFailure | By default, if an exception occurs during Task execution we log and rethrow. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) | |
CanInduceIdle | Allows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) | |
Constraints | (Inherited from System.Activities.Activity) | |
Implementation | (Inherited from System.Activities.NativeActivity<int>) | |
Task | Gets the System.Threading.Task which performs the activity's work. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) | |
UserState | Gets or sets a user-defined object associated with the current async activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) |
Name | Description | |
---|---|---|
ResumeCommandBookmark | Resumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<int>) | |
ToString | (Inherited from System.Activities.Activity) |
Name | Description | |
---|---|---|
Abort | Abort Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) | |
AfterExecute | Overridden. Checks results of Async operation. | |
CacheMetadata | Overloaded. Registers Activity Metadata (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) | |
Cancel | Overridden. Cancels execution of comand script. | |
Execute | Executes the Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) | |
ExecuteNonblocking | Overridden. Executes the command and checks the result | |
OnCreateDynamicUpdateMap | Overloaded. (Inherited from System.Activities.NativeActivity<int>) | |
PrepareToExecute | Overridden. Starts Executing a command script asynchronously. | |
UpdateInstance | (Inherited from System.Activities.NativeActivity<int>) |