sc_scriptRequest Struct Reference

A script request object. More...

#include <si_sha/sreqpool.h>

List of all members.

Public Attributes

sc_rep _rep
s_uint32 flags
sc_string scriptIn
sc_string scriptOut
sc_automationPacketpkt
const TCHAR * obj
sc_sem complete
sc_status scriptStatus


Detailed Description

A script request object.

Script requests are submitted to a queue that is serviced by the JavaScript engine thread that owns the JavaScript context. Requests can either be to relay a packet from a network to a particular object, or to execute a given set of script commands.


Member Data Documentation

Requests are pointer-handled.

Signals a waiting client that a particular request has completed.

Requests flags.

const TCHAR* sc_scriptRequest::obj

Object identifier to relay to.

Packet relay request

JavaScript to execute.

Script result.

Exit status of the script.


The documentation for this struct was generated from the following file:

doxygen