Builds an Synapse submission status object.

SubmissionStatus(score=NULL, status=NULL)

Arguments

score

optional named parameter: The score of the submission

status

optional named parameter: Status can be one of 'OPEN', 'CLOSED', 'SCORED', 'INVALID'.

Details

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.

Value

An object of type SubmissionStatus