isOutputEnabled(_:)
Returns whether the specified output is currently enabled for simulation.
Declaration
final func isOutputEnabled(_ outputID: Int) -> BoolParameters
- outputID:
The node identifier of the output to query.
Return Value
true if the output is simulated; false if it is disabled.