getImportStatus
From AgileApps Support Wiki
Revision as of 23:49, 11 December 2012 by imported>Aeric
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 ...