IsOperationActive method: IntBroker class

Syntax

IsOperationActive(OperationName [,OperationVersion])

Description

Use the IsOperationActive method to determine if an operation is active or not.

Parameters

Parameter Description

OperationName

Specify the name of the operation that you want to check the status of.

OperationVersion

Specify the version of the specified operation that you want to check the status of, as a string.

Returns

A Boolean value: true if the operation is active, false otherwise.