ClmgmtLicenseActionState

  • Base type Enumeration

The state of license action execution. none(1) - action is not yet scheduled to be executed. pending(2) - All the required parameters for the action are set and the action is scheduled to be executed. inProgress(3) - action execution has started and is in progress. successful(4) - action has completed successfully. partiallySuccessful(5) - action has completed, but was partially successful. Management application can query additional MIB objects to know what is successful and what has failed. These addtional objects are listed in the description of the corresponding action tables. failed(6) - action has failed.