Click or drag to resize
PMBalanceSetGlobalOutOfBalanceAction Method
Specifies the action to be taken when this job is out of balance

Namespace: PM90SettingsAPI
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public void SetGlobalOutOfBalanceAction(
	PMAction action
)

Parameters

action
Type: PM90SettingsAPI.ActionsPMAction
Action describing what to do with job, and message to show user.
Exceptions
ExceptionCondition
PMDatabaseExceptionRepresents an database connection or syntax error that has occurred when processing an API request
PMExceptionUnexcpected exception has occurred, check inner exception
See Also