RefugeeDocumentStatus

enum RefugeeDocumentStatus
{
	TO_UPLOAD,
	UPLOADING,
	UPLOADED,
	UPLOAD_FAILED,
	NOTFOUND,
	DELETED
} 

Last updated