GetCurrentTaskID
Returns the ID of the current task.
- Syntax
GetCurrentTaskID()
- Type
- Pulse OML API command.
- Description
- Returns the ID of the current task.
- Version History
- 2022.1
Example
%Load Pulse API
mypath = getenv('ALTAIR_PULSE_API')
pulsepath = [mypath '/oml']
addpath(pulsepath)
GetCurrentTaskID();