finishExtendedLaunchMeasurement(forTaskID:)
Signals the end of an extended launch task.
Declaration
class func finishExtendedLaunchMeasurement(forTaskID taskID: MXLaunchTaskID) throwsParameters
- taskID:
The task identifier. Must be a unique,
non-nullstring.
Discussion
Use this method on the main thread to end an extended launch task previously started with extendLaunchMeasurement(forTaskID:).