SubmissionStatus.Rd
Builds an Synapse submission status object.
SubmissionStatus(score=NULL, status=NULL)
optional named parameter: The score of the submission
optional named parameter: Status can be one of 'OPEN', 'CLOSED', 'SCORED', 'INVALID'.
This constructor is not normally invoked by the client. The object is created as a side effect of calling synSubmit
and
is retrieved by synGetSubmissionStatus
.
An object of type SubmissionStatus