open-insight/LSL2/OIEVENT/WRITE/WO_VERIFY..json
2024-03-25 15:12:53 -07:00

11 lines
367 B
JSON

{
"header": {
"version": 1,
"type": "record"
},
"body": {
"record1": {
"<1>": "declare function post_event, rds_comm\r\ndeclare subroutine forward_event\r\n\r\n\r\nVoid = post_event( @window, 'CLOSE' )\r\nVoid = post_event( 'RDS.WO_VERIFY_VIEW', 'OMNIEVENT' )\r\nforward_event()\r\nRETURN 0"
}
}
}