|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPToolBackground
Tool Background Implementation Interface.
This interface allows to force a custom geoprocessing tool ro run in the foreground only. If the application which is executing the tool (ArcMap, for example) has the background processing setting enabled, it can be overridden by setting CanRunInBackground property to true.
Method Summary | |
---|---|
boolean |
isCanRunInBackground()
Can this tool run in the background. |
void |
setCanRunInBackground(boolean pCanRunInBackground)
Can this tool run in the background. |
Method Detail |
---|
boolean isCanRunInBackground() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCanRunInBackground(boolean pCanRunInBackground) throws IOException, AutomationException
pCanRunInBackground
- The pCanRunInBackground (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |