Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a Process object representing the active process.
Syntax
var activeProcess = formContext.data.process.getActiveProcess();
Return Value
Type: Process | null
Description: The currently active process or null if there is no active process. See Process methods for the methods to access the properties of the process returned.