Condition_IsSocialEventMeeting
Description
Checks whether Self is currently in a social site event meeting with the context Target. The condition is only valid for FB2SiteEvent_Social events; the meeting target is resolved from the script context's target entity.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Must be Self. The entity participating in the social site event. |
| CompareType | Equal: a meeting with the Target is in progress; NotEqual: it is not. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self is currently in a social meeting | Self | IsSocialEventMeeting | Equal |
| Check if Self is not in a social meeting | Self | IsSocialEventMeeting | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents