Contents

removeOutputPort(forKey:)

Removes the output port for a given key.

Declaration

func removeOutputPort(forKey key: String!)

Parameters

  • key:

    The key associated with the port that you want to remove.

Discussion

This method throws an exception if called from within the execute(_:atTime:withArguments:) method, if there is not an output port with that key, or if the port is created from a property.

See Also

Adding Ports Dynamically