Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

Sets the ProcessStatus of the process.


Code Block
public void SetStatus(ProcessStatus status);

Classes: Process


Parameters

ProcessStatus status


Example

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

Code Block
Process.SetStatus(ProcessStatus.Validation);