removeInputPort(forKey:)
Removes the input port for a given key.
Declaration
func removeInputPort(forKey key: String!)Parameters
- key:
The key associated with the port that you want to remove.
Discussion
This method throws an exception if from within the execute(_:atTime:withArguments:) method, if there is not an input port with that key, or if the port is created from a property.