Update website/content/docs/extending/custom-builders.mdx
Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
parent
2f42d4a7ce
commit
c64aa83c56
|
@ -140,7 +140,8 @@ is a rare use case.
|
|||
|
||||
The `Cancel` method can be called at any time and requests cancellation of any
|
||||
builder run in progress. This method should block until the run actually stops.
|
||||
Not that the Cancel method will not be called by Packer versions >= 1.4.0.
|
||||
Note that the Cancel method will not be called by Packer versions >= 1.4.0.
|
||||
|
||||
|
||||
#### Context cancellation ( from Packer v1.4 )
|
||||
|
||||
|
|
Loading…
Reference in New Issue