AgileApps Support Wiki Pre Release

Difference between revisions of "GetImportStatus"

From AgileApps Support Wiki
imported>Aeric
 
imported>Aeric
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:getImportStatus}}
{{DISPLAYTITLE:getImportStatus}}
{{TBD|Name of API}}


Get the status of a job in the import queue.
Get the status of a job in the import queue.


;Syntax:
;Syntax:
{{TBD|Return value}}


:<syntaxhighlight lang="java" enclose="div">
:<syntaxhighlight lang="java" enclose="div">
Result result = {{TBD|getImportStatus(String jobId)}}
Result result = getImportStatus(String jobId);


</syntaxhighlight>
</syntaxhighlight>
Line 17: Line 15:
;Returns:
;Returns:
:[[Result Class|<tt>Result</tt> object]]<br/>
:[[Result Class|<tt>Result</tt> object]]<br/>
--or--
:A string containing ...
<noinclude>
<noinclude>


{{TBD|Verify category index}}
[[Category:Java API | getImportStatus]]
[[Category:Java API | getImportStatus]]
</noinclude>
</noinclude>

Latest revision as of 23:49, 11 December 2012


Get the status of a job in the import queue.

Syntax
Result result = getImportStatus(String jobId);
Parameters
jobId:The job to query.
Returns
Result object