Channel.startChannel()

Signature

boolean startChannel(String channelURI)

Domain

ACTION, CONDITION

Description

Starts a channel to active mode based on the specified URI only if the channel is in stopped state.

Parameters

NameTypeDescription
channelURIStringThe channel URI

Returns

TypeDescription
booleanReturns true if successful else false.

Cautions

none