Photoshop Scripting Reference
Photoshop Scripting Documentation
Core
Classes
$
AliasArray
Array
Boolean
Date
Error
File
FileArray
Folder
Function
Math
Namespace
Number
Object
QName
Reflection
ReflectionInfo
RegExp
Socket
String
UnitPoint
UnitRect
UnitValue
XML
XMLList
global
Module Index
Photoshop
Scriptui
Extension SDK Documentation (CEP)
Photoshop Scripting Reseources
Photoshop Scripting Reference
Docs
»
Photoshop Scripting Documentation
»
Core
»
$
»
$.bp
View page source
$.bp
¶
void
bp
(any
condition
)
Parameters
¶
condition
A string containing a JavaScript statement to be used as a condition. If the statement evaluates to true or nonzero when this point is reached, execution stops.
Description
¶
Breaks execution at the current position.