PMBalanceSetGlobalOutOfBalanceAction Method |
Specifies the action to be taken when this job is out of balance
Namespace: PM90SettingsAPIAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax public void SetGlobalOutOfBalanceAction(
PMAction action
)
Parameters
- action
- Type: PM90SettingsAPI.ActionsPMAction
Action describing what to do with job, and message to show user.
Exceptions Exception | Condition |
---|
PMDatabaseException | Represents an database connection or syntax error that has occurred when processing an API request |
PMException | Unexcpected exception has occurred, check inner exception |
See Also