BOSSU:StartTaskImmediate: Difference between revisions
No edit summary |
DaniElectra (talk | contribs) mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
{ | {{IPC/Request}} | ||
{{IPC/RequestHeader|0x001D|1|2}} | |||
{{IPC/RequestEntry|Task ID size, including NULL terminator}} | |||
{{IPC/MapPointerR|Task ID buffer}} | |||
{{IPC/RequestEnd}} | |||
| | |||
| 1 | |||
| 2 | |||
| | |||
| | |||
=Response= | =Response= | ||
{ | {{IPC/Request}} | ||
{{#vardefine:ipc_offset|0}} | |||
{{IPC/RequestHeader|0x001D|1|2}} | |||
{{IPC/RequestEntry|Result code}} | |||
{{IPC/MapPointerR|Task ID buffer}} | |||
| 0 | {{IPC/RequestEnd}} | ||
| | |||
| | |||
| | |||
| Result code | |||
|} | |||
=Description= | =Description= | ||
Starts the given immediate task on the program ID of the current session. Immediate tasks are those that are configured to run immediately and only once (the count and interval are set to 1). |