The following tables list the members exposed by IScriptExecutionTask.
|
Name |
Description |
|
Begins edits for the object. | |
|
Cancels (rolls back) edits for the object CancelEdit rolls back (in memory only) the changes made since the last call to BeginEdit. | |
|
Determines whether the user has the necessary permission to perform a specified action on the object | |
|
Commits edits for the object CommitEdit commits (in memory only) the changes made since the last call to BeginEdit. | |
|
Creates a new object that is a copy of the source object. | |
|
Freezes the client session. | |
|
Gets a user-friendly description of the object. | |
|
Refreshes the object from the database. | |
|
Reverts the object to the last saved version. | |
|
Gets the session to which this object belongs. |
|
Name |
Description |
|
Gets or sets the value that determines whether the script is allowed to show a user interface | |
|
Gets the CID (numeric class ID) for the object. | |
|
Gets the adTempus Class ID of the object | |
|
Gets the name of the object's class. | |
|
Gets the current edit level. | |
|
Gets or sets the rule to be used to evaluate the script's exit code when the SuccessCriterion is scExitCode. | |
|
Determines whether the object has unsaved changes. | |
|
Indicates whether this object is new. | |
|
Gets the date and time when the object was last modified | |
|
Gets or sets the maximum run time (in seconds) for the script | |
|
Gets the OID (unique identifier) of the object | |
|
Gets the object's parent if it "belongs" to another object. | |
|
Gets or sets the internal script to execute. | |
|
Gets or sets the script file to be executed | |
|
Gets or sets the language of the script in the script file | |
|
Gets or sets the rule used to determine whether the script was successful | |
|
Gets or sets the maximum successful exit code when the SuccessCriterion is scExitCode and the ExitCodeCriterion is exitCodeBT. | |
|
Gets or sets the minimum successful exit code , or the exit code to compare to, when the SuccessCriterion is scExitCode. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|