Contents

finishExtendedLaunchMeasurement(forTaskID:)

Signals the end of an extended launch task.

Declaration

class func finishExtendedLaunchMeasurement(forTaskID taskID: MXLaunchTaskID) throws

Parameters

  • taskID:

    The task identifier. Must be a unique, non-null string.

Discussion

Use this method on the main thread to end an extended launch task previously started with extendLaunchMeasurement(forTaskID:).

See Also

Measuring an extended launch