Package omero.grid
Interface ProcessCallbackPrx
-
- All Superinterfaces:
Ice.ObjectPrx
- All Known Implementing Classes:
ProcessCallbackPrxHelper
public interface ProcessCallbackPrx extends Ice.ObjectPrx
Callback which can be attached to a Process with notification of any of the possible ends-of-life that a Process might experience
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ice.AsyncResult
begin_processCancelled(boolean success)
cancel() was called on this Process.Ice.AsyncResult
begin_processCancelled(boolean success, Ice.Callback __cb)
cancel() was called on this Process.Ice.AsyncResult
begin_processCancelled(boolean success, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
cancel() was called on this Process.Ice.AsyncResult
begin_processCancelled(boolean success, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
cancel() was called on this Process.Ice.AsyncResult
begin_processCancelled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx)
cancel() was called on this Process.Ice.AsyncResult
begin_processCancelled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
cancel() was called on this Process.Ice.AsyncResult
begin_processCancelled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
cancel() was called on this Process.Ice.AsyncResult
begin_processCancelled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
cancel() was called on this Process.Ice.AsyncResult
begin_processCancelled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ProcessCallback_processCancelled __cb)
cancel() was called on this Process.Ice.AsyncResult
begin_processCancelled(boolean success, Callback_ProcessCallback_processCancelled __cb)
cancel() was called on this Process.Ice.AsyncResult
begin_processFinished(int returncode)
Process terminated normally.Ice.AsyncResult
begin_processFinished(int returncode, Ice.Callback __cb)
Process terminated normally.Ice.AsyncResult
begin_processFinished(int returncode, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Process terminated normally.Ice.AsyncResult
begin_processFinished(int returncode, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Process terminated normally.Ice.AsyncResult
begin_processFinished(int returncode, java.util.Map<java.lang.String,java.lang.String> __ctx)
Process terminated normally.Ice.AsyncResult
begin_processFinished(int returncode, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Process terminated normally.Ice.AsyncResult
begin_processFinished(int returncode, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Process terminated normally.Ice.AsyncResult
begin_processFinished(int returncode, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Process terminated normally.Ice.AsyncResult
begin_processFinished(int returncode, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ProcessCallback_processFinished __cb)
Process terminated normally.Ice.AsyncResult
begin_processFinished(int returncode, Callback_ProcessCallback_processFinished __cb)
Process terminated normally.Ice.AsyncResult
begin_processKilled(boolean success)
kill() was called on this Process.Ice.AsyncResult
begin_processKilled(boolean success, Ice.Callback __cb)
kill() was called on this Process.Ice.AsyncResult
begin_processKilled(boolean success, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
kill() was called on this Process.Ice.AsyncResult
begin_processKilled(boolean success, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
kill() was called on this Process.Ice.AsyncResult
begin_processKilled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx)
kill() was called on this Process.Ice.AsyncResult
begin_processKilled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
kill() was called on this Process.Ice.AsyncResult
begin_processKilled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
kill() was called on this Process.Ice.AsyncResult
begin_processKilled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
kill() was called on this Process.Ice.AsyncResult
begin_processKilled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ProcessCallback_processKilled __cb)
kill() was called on this Process.Ice.AsyncResult
begin_processKilled(boolean success, Callback_ProcessCallback_processKilled __cb)
kill() was called on this Process.void
end_processCancelled(Ice.AsyncResult __result)
cancel() was called on this Process.void
end_processFinished(Ice.AsyncResult __result)
Process terminated normally.void
end_processKilled(Ice.AsyncResult __result)
kill() was called on this Process.void
processCancelled(boolean success)
cancel() was called on this Process.void
processCancelled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx)
cancel() was called on this Process.void
processFinished(int returncode)
Process terminated normally.void
processFinished(int returncode, java.util.Map<java.lang.String,java.lang.String> __ctx)
Process terminated normally.void
processKilled(boolean success)
kill() was called on this Process.void
processKilled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx)
kill() was called on this Process.-
Methods inherited from interface Ice.ObjectPrx
begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
-
-
-
-
Method Detail
-
processFinished
void processFinished(int returncode)
Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.
-
processFinished
void processFinished(int returncode, java.util.Map<java.lang.String,java.lang.String> __ctx)
Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.- Parameters:
__ctx
- The Context map to send with the invocation.
-
begin_processFinished
Ice.AsyncResult begin_processFinished(int returncode)
Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.- Returns:
- The asynchronous result object.
-
begin_processFinished
Ice.AsyncResult begin_processFinished(int returncode, java.util.Map<java.lang.String,java.lang.String> __ctx)
Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_processFinished
Ice.AsyncResult begin_processFinished(int returncode, Ice.Callback __cb)
Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_processFinished
Ice.AsyncResult begin_processFinished(int returncode, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_processFinished
Ice.AsyncResult begin_processFinished(int returncode, Callback_ProcessCallback_processFinished __cb)
Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_processFinished
Ice.AsyncResult begin_processFinished(int returncode, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ProcessCallback_processFinished __cb)
Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_processFinished
Ice.AsyncResult begin_processFinished(int returncode, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.- Parameters:
__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_processFinished
Ice.AsyncResult begin_processFinished(int returncode, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.- Parameters:
__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_processFinished
Ice.AsyncResult begin_processFinished(int returncode, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_processFinished
Ice.AsyncResult begin_processFinished(int returncode, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_processFinished
void end_processFinished(Ice.AsyncResult __result)
Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.- Parameters:
__result
- The asynchronous result object.
-
processCancelled
void processCancelled(boolean success)
cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.
-
processCancelled
void processCancelled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx)
cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.- Parameters:
__ctx
- The Context map to send with the invocation.
-
begin_processCancelled
Ice.AsyncResult begin_processCancelled(boolean success)
cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.- Returns:
- The asynchronous result object.
-
begin_processCancelled
Ice.AsyncResult begin_processCancelled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx)
cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_processCancelled
Ice.AsyncResult begin_processCancelled(boolean success, Ice.Callback __cb)
cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_processCancelled
Ice.AsyncResult begin_processCancelled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_processCancelled
Ice.AsyncResult begin_processCancelled(boolean success, Callback_ProcessCallback_processCancelled __cb)
cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_processCancelled
Ice.AsyncResult begin_processCancelled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ProcessCallback_processCancelled __cb)
cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_processCancelled
Ice.AsyncResult begin_processCancelled(boolean success, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.- Parameters:
__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_processCancelled
Ice.AsyncResult begin_processCancelled(boolean success, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.- Parameters:
__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_processCancelled
Ice.AsyncResult begin_processCancelled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_processCancelled
Ice.AsyncResult begin_processCancelled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_processCancelled
void end_processCancelled(Ice.AsyncResult __result)
cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.- Parameters:
__result
- The asynchronous result object.
-
processKilled
void processKilled(boolean success)
kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.
-
processKilled
void processKilled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx)
kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.- Parameters:
__ctx
- The Context map to send with the invocation.
-
begin_processKilled
Ice.AsyncResult begin_processKilled(boolean success)
kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.- Returns:
- The asynchronous result object.
-
begin_processKilled
Ice.AsyncResult begin_processKilled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx)
kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_processKilled
Ice.AsyncResult begin_processKilled(boolean success, Ice.Callback __cb)
kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_processKilled
Ice.AsyncResult begin_processKilled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_processKilled
Ice.AsyncResult begin_processKilled(boolean success, Callback_ProcessCallback_processKilled __cb)
kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_processKilled
Ice.AsyncResult begin_processKilled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ProcessCallback_processKilled __cb)
kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_processKilled
Ice.AsyncResult begin_processKilled(boolean success, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.- Parameters:
__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_processKilled
Ice.AsyncResult begin_processKilled(boolean success, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.- Parameters:
__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_processKilled
Ice.AsyncResult begin_processKilled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_processKilled
Ice.AsyncResult begin_processKilled(boolean success, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_processKilled
void end_processKilled(Ice.AsyncResult __result)
kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.- Parameters:
__result
- The asynchronous result object.
-
-