msg_click_ok()

Simulates clicking the “OK” button on the currently displayed message (if any).

Returns the number of messages remaining after clicking the button.

Syntax

planetcnc.msg_click_ok()

Parameters

Parameter Type Description Comment
None

Return Value

Examples

#! /usr/bin/env python
 
import planetcnc
 
planetcnc.msg_click_ok()

See also

msg
msgerr

msg_show

msg_count
msg_is_active

msg_click_ok
msg_click_cancel

bubble