JAMS 6.x Help
CMDScript Class Members
Fields  Properties  Methods 


The following tables list the members exposed by CMDScript.

Public Constructors
 NameDescription
Public ConstructorCMDScript ConstructorDefault Constructor  
Top
Protected Fields
 NameDescription
Protected FieldContinueExecutionDefaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<int>)
Top
Public Properties
 NameDescription
Public PropertyAbortOnErrorShould the activity abort if the script throws an unhandled exception or returns a non-zero exit code?.  
Public PropertyDisplayName (Inherited from System.Activities.Activity)
Public PropertyHomeDirectoryThe working directory to execute the command script.  
Public PropertyId (Inherited from System.Activities.Activity)
Public PropertyResult (Inherited from System.Activities.Activity<int>)
Public PropertyResultType (Inherited from System.Activities.ActivityWithResult)
Public PropertyScriptThe command script to be executed. This script is parsed at run time to replace standard JAMS tokens.  
Top
Protected Properties
 NameDescription
Protected PropertyAbortOnTaskFailureBy default, if an exception occurs during Task execution we log and rethrow. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>)
Protected PropertyCanInduceIdleAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>)
Protected PropertyConstraints (Inherited from System.Activities.Activity)
Protected PropertyImplementation (Inherited from System.Activities.NativeActivity<int>)
Protected PropertyTaskGets the System.Threading.Task which performs the activity's work. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>)
Protected PropertyUserStateGets or sets a user-defined object associated with the current async activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>)
Top
Public Methods
 NameDescription
Public MethodResumeCommandBookmarkResumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<int>)
Public MethodToString (Inherited from System.Activities.Activity)
Top
Protected Methods
 NameDescription
Protected MethodAbortAbort Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>)
Protected MethodAfterExecuteOverridden. Checks results of Async operation.  
Protected MethodCacheMetadataOverloaded. Registers Activity Metadata (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>)
Protected MethodCancelOverridden. Cancels execution of comand script.  
Protected MethodExecuteExecutes the Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>)
Protected MethodExecuteNonblockingOverridden. Executes the command and checks the result  
Protected MethodOnCreateDynamicUpdateMapOverloaded.  (Inherited from System.Activities.NativeActivity<int>)
Protected MethodPrepareToExecuteOverridden. Starts Executing a command script asynchronously.  
Protected MethodUpdateInstance (Inherited from System.Activities.NativeActivity<int>)
Top
See Also

Reference

CMDScript Class
MVPSI.JAMS.Activities Namespace

Send Feedback