Contents

next(_:)

Creates a command that advances to the next track in the playback queue.

Declaration

static func next(_ action: @escaping () async throws -> Void) -> MediaCommand

Parameters

  • action:

    The closure the system calls to advance to the next track.

Mentioned in

See Also

Navigating commands