setDisabled

abstract fun setDisabled(disabled: Boolean)

Sets the activation's disabled state. If activation is disabled, it always returns NOT_ACTIVATED in the process method.

Parameters

disabled

Whether the activation is disabled.