:: Task Monitor ::

Goto online version of document.
Task monitor  shows the current execution state of the matcher tasks.

Matcher was designed as a linkage of tasks that are running simultaneously. Some of the tasks depends to the results of the other, some not.

Every task has internally one or more workers that are executing the task jobs in parallel. User can control the number of worker threads in Number of Threads inspector.

 

Task fields
Task name Task title.
Status
  • Not started
  • Pending (waiting on results of other tasks)
  • In progress
  • Completed
  • Raised (when execution was terminated by error)
  • Paused (all workers are paused and idle, but not dead)
  • Stop scheduled (Stop command is executing but not yet completed.)
  • Stopped (all workers are stopped and dead)
Threads Number of worker threads that are executing task jobs.
Time Time running and predicted remanding time
Progress Progress bar with text fields <completed jobs/all jobs>