Channel.stopChannel()

Signature

boolean stopChannel(String channelURI)

Domain

ACTION, CONDITION

Description

Stops an active channel based on the specified URI only if the channel is in started state.

Parameters

NameTypeDescription
channelURIStringThe channel URI

Returns

TypeDescription
booleanReturns true if successful else false.

Cautions

none