BatchApplication class abstract

Annotations
  • @Deprecated('This class will be private in the future. Use runWorkflow instead.')

Constructors

BatchApplication({List<String> args = const [], FutureOr<void> argsConfigBuilder(ArgParser parser)?, FutureOr<Map<String, dynamic>> onLoadArgs(ArgResults args)?, required List<ScheduledJobBuilder> jobs, Map<String, dynamic> sharedParameters = const {}, LogConfiguration? logConfig})
Returns the new instance of BatchApplication.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited