hideQuickInfo

현재 열려 있는 경우 팝업 이벤트 폼을 숨깁니다.

void hideQuickInfo();

Example

scheduler.showQuickInfo(5);
...
scheduler.hideQuickInfo();

Details

이 메서드를 사용하려면 quick_info 플러그인이 활성화되어 있어야 합니다.

See also
맨 위로