-
Home
-
API Reference
-
CliInvoke.Core.Processes
-
IExternalProcess
-
Methods
-
StartAsync(CancellationToken)
StartAsync(CancellationToken) Method
Definition
Asynchronously starts the external process using the specified configuration.
Task StartAsync(CancellationToken cancellationToken)
Parameters
- cancellationToken
- CancellationToken
A cancellation token that can be used by other objects or threads
to receive notice of cancellation.
Returns
- Task
-
A task representing the asynchronous operation.
The result contains the buffered process result when the method completes.