---
title: current
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsprintoperation/current
---

# current

The current print operation for this thread.

## Declaration

```swift
class var current: NSPrintOperation? { get set }
```

## Return Value

Return Value The print operation object, or nil if there is no current operation.
