Skip to main content
Skip table of contents

SetStatus Method

Sets the ProcessStatus of the process.

CODE
public void SetStatus(ProcessStatus status);

Classes: Process


Parameters

ProcessStatus status


Example

The following example demonstrates setting the status of a process to validation.

CODE
Process.SetStatus(ProcessStatus.Validation);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.