Condition_IsMerchantWorkingTime
Description
Checks whether the merchant object associated with the BaseObject is currently within its working hours.
Parameters
| Parameter | Description |
|---|
| BaseObject | The object to check (Self or Target). |
| CompareType | Equal (merchant is currently open), NotEqual (merchant is currently closed). |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if the merchant is currently open | Target | IsMerchantWorkingTime | Equal |
| Check if the merchant is currently closed | Target | IsMerchantWorkingTime | NotEqual |
| Check if Self's merchant is currently open | Self | IsMerchantWorkingTime | Equal |
| Check if Self's merchant is currently closed | Self | IsMerchantWorkingTime | NotEqual |