Documentation Index

Fetch the complete documentation index at: https://docs.mapp.com/llms.txt

Use this file to discover all available pages before exploring further.

ProcessStatus

Prev Next

Available in version v7+

An enumerated type that represents the current status of a process.

Enumeration Values

Value

Description

FAILED

Work for this process has ended. This process could not be completed successfully.

FINISHED

All work for this process is successfully completed.

PAUSED

Work for this process is temporarily halted. Work on this process can be resumed.

PROCESSING

The process is currently running.