Skip to main content

Condition_IsSeized

Description

Checks whether the target object has been seized due to a utility bill flow (e.g., water cutoff, electricity cutoff, or general seizure). If S1 is specified, checks for that specific seizure state; otherwise checks for any of: Seizure, WaterCutoff, ElectricityCutoff.

Parameters

ParameterDescription
BaseObjectThe object to be evaluated
CompareTypeEqual (object is seized) / NotEqual (object is not seized)
S1Optional: specific seizure state to check. If omitted, checks for any of: Seizure, WaterCutoff, ElectricityCutoff

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if the object is in WaterCutoff stateTargetIsSeizedEqualWaterCutoff
Check if the object is in any seizure stateTargetIsSeizedEqual
Check if the object is not electrically cut offTargetIsSeizedNotEqualElectricityCutoff