name
The name of the stage as you want it to appear in the pipeline.
Declaration
static var name: String { get }Discussion
Keep stage names simple and descriptive, and don’t use the same stage name for multiple custom stage types.
The name of the stage as you want it to appear in the pipeline.
static var name: String { get }Keep stage names simple and descriptive, and don’t use the same stage name for multiple custom stage types.