applicationStarted property

  1. @override
CancellationToken get applicationStarted
override

Triggered when the application host has fully started and is about to wait for a graceful shutdown.

Implementation

@override
CancellationToken get applicationStarted => _startedSource.token;