C3 AI Documentation Home

Console Reference: c3StopMonitorJob

c3StopMonitorJob stops the job monitoring process that was started by c3MonitorJob. This function only stops the monitoring process. Your application jobs will continue to run.

A job is a long-running asynchronous process in your application. Some examples include a cron job, or a MapReduce operation over a large dataset. To learn more about jobs, see Create Long-Running Jobs

Parameters

c3StopMonitorJob does not take any inputs.

Example

Stop monitoring jobs in your C3 AI Application:

JavaScript
c3StopMonitorJob(); 

See also

Was this page helpful?