Sets a value specifying whether the TrackedChange is currently active or not.

<void> TrackedChange.setActive(<boolean> active, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
active Specifies whether the TrackedChange is currently active or not.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.