해당 API호출 시점에 해당 화면이 소멸되지 않고 존재하는지 여부를 확인하는 API이다.
function btn_on_mouseup() { if(screen.isexpired() == true) { screen.alert("is expired"); } else { screen.alert("is not expired"); } }