To view a task state, execute the following command:
kics-control --get-task-state <task ID>|<task name>
where:
<task ID> is the task ID that the application assigned to the task when it was created.<task name> is the name of the task.The application tasks can have one of the following states:
Started—Task is running.Starting—Task is being launched.Stopped—Task has been stopped.Stopping—Task is stopping.