#include <JobServer.h>
Public Attributes |
|
HSERVER | hServer |
The handle to the server. |
|
char | status |
The current state of the server, which is
one of the following values:
|
|
bool | failed |
This variable is used internally. |
|
bool | active |
Indicates that the server is active in the
job. |
|
int | cur_frame |
The frame which is currently being rendered.
|
|
float | thours |
The total hours the server has spent
rendering. |
|
int | frames |
The total number of frames the server has
rendered. |
The handle to the server.
char status |
The current state of the server, which is one of the following values:
bool failed |
This variable is used internally.
bool active |
Indicates that the server is active in the job.
int cur_frame |
The frame which is currently being rendered.
float thours |
The total hours the server has spent rendering.
int frames |
The total number of frames the server has rendered.