Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 683 Bytes

dotnetbox.subapis.sharing.checkjobstatus(string).rst

File metadata and controls

24 lines (15 loc) · 683 Bytes
orphan

Sharing.CheckJobStatus Method (string)

Returns the status of an asynchronous job. Apps must have full Dropbox access to use this endpoint. Warning: This endpoint is in beta and is subject to minor but possibly backwards-incompatible changes.

Syntax

Sharing.CheckJobStatus(string asyncJobId)

Parameters

asyncJobId

System.String Id of the asynchronous job. This is the value of a response returned from the method that launched the job.

Returns

DotNetBox.JobStatus </classes/dotnetbox.jobstatus> Current status of the share job (in progress, completed, or failed).