Occur (LabVIEW Manager Function)
- Updated2025-01-28
- 1 minute(s) read
Occur (LabVIEW Manager Function)
MgErr Occur(Occurrence o);
Purpose
Triggers the specified occurrence. All block diagrams that are waiting for this occurrence stop waiting.
Parameters
Name | Type | Description |
---|---|---|
o | Occurrence | Occurrence refnum you want to trigger. |
Return Value
MgErr, which can contain the following errors. If you receive errors from LabVIEW Manager functions, most error names correspond to LabVIEW error codes.
Value | Corresponding Error Code or Description |
---|---|
noErr | No error. |
mgArgErr | 1 or not a valid user event. |