executeWithArtifacts method
Implementation
Future<CockpitCommandExecution> executeWithArtifacts(
CockpitCommand command,
) => _commandQueue.run(() => _executeWithArtifacts(command));
Future<CockpitCommandExecution> executeWithArtifacts(
CockpitCommand command,
) => _commandQueue.run(() => _executeWithArtifacts(command));