throws com.ebay.sdk.ApiException, com.ebay.sdk.SdkException, java.lang.Exception
{
GetStoreCategoryUpdateStatusRequestType req;
req = new GetStoreCategoryUpdateStatusRequestType();
if (this.taskID != 0)
req.setTaskID(new Long(this.taskID));
GetStoreCategoryUpdateStatusResponseType resp = (GetStoreCategoryUpdateStatusResponseType) execute(req);
this.returnedStatus = resp.getStatus();
return this.getReturnedStatus();