Difference between revisions of "GetImportStatus"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:getImportStatus}} | {{DISPLAYTITLE:getImportStatus}} | ||
Get the status of a job in the import queue. | Get the status of a job in the import queue. | ||
;Syntax: | ;Syntax: | ||
:<syntaxhighlight lang="java" enclose="div"> | :<syntaxhighlight lang="java" enclose="div"> | ||
Result result = | Result result = getImportStatus(String jobId); | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 21: | Line 19: | ||
<noinclude> | <noinclude> | ||
[[Category:Java API | getImportStatus]] | [[Category:Java API | getImportStatus]] | ||
</noinclude> | </noinclude> |
Revision as of 23:49, 11 December 2012
Get the status of a job in the import queue.
- Syntax
- <syntaxhighlight lang="java" enclose="div">
Result result = getImportStatus(String jobId);
</syntaxhighlight>
- Parameters
- jobId:The job to query.
- Returns
- Result object
--or--
- A string containing ...