Enum ApplicationScriptApprovalStatus
The approval statuses of the application script.
Namespace: VMS.TPS.Common.Model.Types
Assembly: VMS.TPS.Common.Model.Types.dll
Syntax
public enum ApplicationScriptApprovalStatus
Fields
Name | Description |
---|---|
Approved | The script can be executed by any user. User needs to have user rights for all operations that the script does. |
ApprovedForEvaluation | The script can be executed by users who have rights to execute scripts under evaluation. User needs to have user rights for all operations that the script does. |
Retired | The script is retired and cannot be executed. The approval status cannot be changed anymore. |
Unapproved | The script cannot be executed in the application. |
Undefined | Approval status is undefined or the application could not resolve the approval status. |