- Found in:
- MessageBox
Description
Documentation Comment
Returns true if a messagebox created via Show_NonBlocking() or ShowArray_NonBlocking() has had a button selected.
Returns false in all other scenarios.
Caveats
Parameters
intmessageBoxId
Examples
Auto-Generated Example
int myInt__messageBoxId
bool returnedValue = SkyMessage.IsMessageResultAvailable(myInt__messageBoxId)