|
Execution console is a list of the executed items of the project and. Also, it contains summary for state of the events.
It allows you to view execution process and results of the project execution.
Event status definitions:
- Started - event procedure has been started by internel event manager.
- Paused - event is waiting for the first or next execution.
- Executing - check of the event is executing now.
- Check passed - check of the event was executed sucessfully.
- Check failed - at least one error occured.
- Do action - specified action executed.
- Action Error - error occured during action execution.
- Action Skipped - action skipped by check condition.
- Completed - all done
- Cancelled - user pressed "Break" button.
The software allows the user to save results of the execution to tab-delimited text file.
|