Purpose
Clears logging messages associated with a specific Unity management operation.
Syntax
OPERATION CLEAR {ALL | CANCELLED | FAILED | FINISHED | operation identifier};Parameters
- ALL
- Clears all operation messages for completed operations.
- CANCELLED
- Clears canceled operation messages from the operations list.
- FAILED
- Clears operation messages for failed operations.
- FINISHED
- Clears messages marked Finished from the operations list.
- operation identifier
- Clears all operation messages for a specific operation number. The operation must be in the Failed or Finished state to be successful. You can run OPERATION LIST to determine the operation status.